Skip to content

docs: define the autonomous bug-reporting pipeline (cross-repo architecture, built-vs-proposed)#43

Merged
hyperpolymath merged 1 commit into
mainfrom
docs/autonomous-bug-pipeline
Jul 6, 2026
Merged

docs: define the autonomous bug-reporting pipeline (cross-repo architecture, built-vs-proposed)#43
hyperpolymath merged 1 commit into
mainfrom
docs/autonomous-bug-pipeline

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

What

Adds docs/AUTONOMOUS-BUG-PIPELINE.adoc — the canonical definition of the autonomous bug-reporting pipeline spanning feedback-o-tron, boj-server, and boj-server-cartridges, transcribed from the 2026-06-28 architecture diagram and ground-truthed against the code on 2026-07-01.

Why

On 2026-06-28, boj-server #262/#263/#264 captured pieces of the runtime this pipeline would run in (containerisation, caching, tracing) but not the pipeline itself. This doc is the missing definition: the four wire contracts (C1 template-fetch → C2 synthesis → C3 verified-ABI → C4 dispatch), the per-repo role split, and an honest built-vs-proposed table with file:line evidence.

Key findings recorded:

  • Only C4 dispatch is real (GitHub/GitLab/Bugzilla), and it bypasses the Idris2 ABI it's drawn behind.
  • C1/C2/C3 are PROPOSED — no template fetch, no Synthesis Engine, zero .idr files.
  • D0 identity problem: feedback-o-tron (engine) and the boj cartridge feedback-mcp (sentiment counter) share a name but no code.
  • Honesty debt: fictional "Idris-inside" badges, inert Deduplicator (record/3 never called), unwired NetworkVerifier.

Status

Draft for owner ratification — contains the open D0 decision (Converge vs Separate), so per estate policy this PR is intentionally not armed for auto-merge. Companion tracker (umbrella epic in boj-server + clean re-file of #262/#263/#264) is prepared and held pending go-ahead.

🤖 Generated with Claude Code

…t built-vs-proposed)

Captures the 2026-06-28 architecture diagram as the canonical spec for the
pipeline spanning feedback-o-tron / boj-server / boj-server-cartridges:
Gateway fetches the target repo's issue-template schema, feedback-o-tron
synthesizes/hydrates + dedupes, verified-ABI boundary, multi-platform dispatch.

Ground-truthed 2026-07-01: only C4 dispatch is real (and bypasses the ABI);
C1 template-fetch, C2 synthesis, C3 verified-ABI are PROPOSED. Records the
feedback-o-tron vs feedback-mcp identity problem (D0, owner decision pending)
and the honesty debt (fictional Idris badges, inert dedup, unwired verifier).

Tracker: umbrella epic in boj-server (re-file of #262/#263/#264 pending).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@hyperpolymath
hyperpolymath marked this pull request as ready for review July 6, 2026 21:17
@hyperpolymath
hyperpolymath merged commit 750230e into main Jul 6, 2026
23 checks passed
@hyperpolymath
hyperpolymath deleted the docs/autonomous-bug-pipeline branch July 6, 2026 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant